Drop the icon-shadow property name
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Sep 2017 20:51:05 +0000 (16:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Sep 2017 20:57:53 +0000 (16:57 -0400)
This has been deprecated for a while. Just use the -gtk-prefixed
name.

gtk/gtkcssstylepropertyimpl.c

index 3a3db71d3f9937cab5cb6f153b79fdf1d4969cd3..fc4156d5cbfae874bf17fc0a3a40f5485542773a 100644 (file)
@@ -1424,7 +1424,6 @@ _gtk_css_style_property_init_properties (void)
                                           shadow_value_parse,
                                           NULL,
                                           _gtk_css_shadows_value_new_none ());
-  _gtk_style_property_add_alias ("-gtk-icon-shadow", "icon-shadow");
   gtk_css_style_property_register        ("-gtk-icon-style",
                                           GTK_CSS_PROPERTY_ICON_STYLE,
                                           G_TYPE_NONE,